home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Documentation / Apple Event Registry / AE Suites Under Development / Word Services SDK 1.0 / WSI Library Source / Gripe.h < prev    next >
Encoding:
Text File  |  1992-11-25  |  227 b   |  10 lines  |  [TEXT/KAHL]

  1. #undef USE_DEBUGGER    /* Undefine this to replace debugger calls with alerts */
  2.  
  3. #ifdef USE_DEBUGGER
  4. #define Gripe( foo )    DebugStr( foo )
  5. #else
  6. #define Gripe( foo )    RealGripe( foo )
  7. #endif
  8.  
  9. void RealGripe( StringPtr complaint );
  10.